DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / SectionFor Method

In This Topic
    SectionFor Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function SectionFor( _
       ByVal tableView As UIKit.UITableView, _
       ByVal title As String, _
       ByVal atIndex As IntPtr _
    ) As IntPtr
    public virtual IntPtr SectionFor( 
       UIKit.UITableView tableView,
       string title,
       IntPtr atIndex
    )

    Parameters

    tableView
    title
    atIndex
    See Also